QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Three-Dimensional Rational Points

typedef struct RationalPoint3D {
    Float32                         x;
    Float32                         y;
    Float32                         w;
} RationalPoint3D;
typedef struct DRationalPoint3D {
    Float64                         x;
    Float64                         y;
    Float64                         w;
} DRationalPoint3D;

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |